Skip to content

Google Cloud

Introduction

Integration of the IXC ACS system with Google Drive for automated backup involves a number of steps in Google Cloud Console and Google Drive. This process ensures a secure and authorized connection between Google's system and cloud, allowing automatic backup storage.

Initial access

Start the process by accessing Google Cloud Console:https://console.developers.google.com/# Value Delivery

  • Automation of cloud backups
  • Improved data security
  • Ease of recovery in case of failures
  • Integration with a reliable and widely used platform

Settings Step by Step

1. Project creation in Google Cloud Console

  1. Access Google Cloud Console.
  2. Click APIs and activated services > Create project.
  3. Fill out the project name.
When setting the location, you can select No organization if you don't have a specific organization.

  1. Google Drive API Activation
  2. In the project created, go to Activate APIs and services.
  3. Search and select Google Drive API.
  4. Click Activate.

3. Credential Configuration

  1. Access Credentials > Create credentials.
  2. Select Service Account.
  3. Fill in the Name of the service account.
The account ID will be filled in automatically.

  1. Click Complete.
  2. Copy and save the email from the created service account.
  1. In the Credentials menu, click Configure consent screen.
  2. Select External (for customers without registered organization).
  3. Click Create.
  4. Fill in the app name and add the email for user support.
  5. Add the developer email at the end of the page.
  6. Click Save and Continue.
  7. On the following screens (Scopes, Test Users), click Save and Continue.
  8. On the record editing screen, click Back to the Panel. Five. Application Publication
  9. In the panel, click Publish Application.
  10. Confirm shipment to production. Six. Private Key Generation
  11. Access the created service account.
  12. Open the field Keys in the top menu.
  13. Click Add key > Create new key.
  14. Select JSON format and click Create.
  15. The private key will be automatically downloaded to your computer.

7. Google Drive Settings

  1. Open Google Drive with the same account used in Google Cloud Console.
  2. Create a new folder to store backups.
  3. Right click on the folder and select Share.
  4. Add the email of the previously created service account.
  5. Grant permission from Editor to this email.
  6. Click Send.

#8. Conclusion in the IXC ACS

  1. On the IXC ACS system, access Cloud and Backups.
  2. Upload the previously downloaded JSON file (private key).

Workflow

graph TD
    A[Início] --> B[Criar Projeto no Google Cloud Console]
    B --> C[Ativar Google Drive API]
    C --> D[Configurar Credenciais]
    D --> E[Configurar Tela de Consentimento]
    E --> F[Publicar Aplicativo]
    F --> G[Gerar Chave Privada]
    G --> H[Configurar Pasta no Google Drive]
    H --> I[Configurar IXC ACS]
    I --> J[Fim]

Final considerations

Setting up Google Drive integration for backups involves several steps in Google Cloud Console and Google Drive. This process ensures a secure and authorized connection between the IXC ACS system and Google's cloud. Upon completion of these steps, the system will be ready to perform automatic backups for Google Drive, providing a robust and reliable solution for data storage and protection.

Read it too